home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / EMPRESAS.DIR / 00051.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  131 b   |  8 lines

  1. on mouseDown
  2.   if the clickOn = 9 then
  3.     set the movieRate of sprite 6 to 0
  4.     go(the frame + 2)
  5.     updateStage()
  6.   end if
  7. end
  8.